home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / ixemlsrc.lha / ixemul / library / version.h < prev    next >
C/C++ Source or Header  |  1996-01-25  |  406b  |  19 lines

  1. /*
  2.  * version.h file. Automatically generated by parse_version.
  3.  */
  4.  
  5. #ifndef __VERSION_H__
  6. #define __VERSION_H__
  7.  
  8. /* *BLOODY* commodities.h defines IX_VERSION too, so wait for our defines
  9.    to come last, and undef the sucker now!! */
  10. #undef IX_VERSION
  11.  
  12. #define IX_NAME        "ixemul.library"
  13. #define IX_IDSTRING    "ixemul 42.0 (11.1.96)"
  14. #define IX_VERSION    42
  15. #define IX_REVISION    0
  16. #define IX_PRIORITY    0
  17.  
  18. #endif
  19.